

'Declaration Public Class BaseList(Of T As BasePersistableObject) Inherits C1ObservableCollection(Of T) Implements INotifyCollectionChanged
public class BaseList<T> : C1ObservableCollection<T>, INotifyCollectionChanged where T: BasePersistableObject
System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.C1ObservableCollection<T>
         C1.C1Schedule.BaseList<T>
            C1.C1Schedule.CategoryList
            C1.C1Schedule.ContactList
            C1.C1Schedule.LabelList
            C1.C1Schedule.ResourceList
            C1.C1Schedule.StatusList